.msg_title{
	cursor: pointer;
    line-height:1;
	margin:10px 0 2px 0;
	padding:3px 0 10px 0;
	min-height:40px;
	width:100%;
	border-bottom:1px solid #DDD;
	letter-spacing: 1px;
	overflow:hidden;
} 
.title-list{
	clear:both;
	float:left;
	display:inline-block;
	width:100%;
	font-size:12pt;
	border:1px solid #DDD;
	margin:5px 0 10px 0;
	padding:0 0 0.5% 1.1%;
	letter-spacing: 2px;
	
}
.title-list-date {
	float:left;
	display:inline-block;
	width:110px;
	margin: 0 1% 0 0;
	padding: 0 1% 0 0;
	text-align:center;
}
.title-list-title {
	float:left;
	display:inline-block;
	width: 45%;
	margin: 0 1% 0 0;
	padding: 0 1% 0 0;
	text-align:center;
}
.title-list-to {
	float:left;
	display:inline-block;
	width: 27%;
	margin: 0 1% 0 0;
	padding: 0 1% 0 0;
	text-align:center;
}
.msg_title-date {
	float: left;
	width:110px;
	margin: 0 1% 0 0;
	padding: 0 1% 0 0;
	border-right: 1px solid #DDD;
}
.msg_title-title {
	float: left;
	width: 45%;
	margin: 0 1% 0 0;
	padding: 0 1% 0 0;
	border-right: 1px solid #DDD;
	line-height: 24px;
}
.msg_title-to {
	display:inline-block;
	width: 27%;
	line-height: 24px;
}

#msgContent ul.accordionPart li .msg_content {
	float: left;
	width: 100%;
	margin: 3px 0 8px 0;
	padding:3px 20px 3px 28px;
	color: #666;
	background:#f0f0f0;
	border-bottom:1px solid #DDD;
	
}
.sample_exc_2{
	position:relative;
	top:-1px;
	text-indent:-1px;
	margin:0 2px 0 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:15px;
	text-align:center;
	font-weight:bold;
	background-color:#F00;
	color:#FFF;
	width:20px;
	height:20px;
	display:inline-block;
	line-height:20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	animation: sample_exc_2_flash 0.3s infinite alternate;
	-webkit-animation: sample_exc_2_flash 0.3s infinite alternate;
}
@-webkit-keyframes sample_exc_2_flash {
	from {
		background-color:#F00;
	}
	to {
		background-color:#FC0;
	}
}
@keyframes sample_exc_2_flash {
	from {
		background-color:#F00;
	}
	to {
		background-color:#FC0;
	}
}